Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make conj_if_needed work with Kokkos::complex #173 #179

Merged
merged 2 commits into from
May 3, 2022

Conversation

mzuzek
Copy link

@mzuzek mzuzek commented Apr 20, 2022

Fixes #173 by adding Kokkos::complex<T> support to std::experimental::linalg::impl::conj_if_needed() and removing replicated definitions.

@mzuzek mzuzek changed the title Make conj_if_needed work with Kokkos::complex #173 [WIP] Make conj_if_needed work with Kokkos::complex #173 Apr 20, 2022
@mzuzek mzuzek force-pushed the 173_refactor_conj-if-needed branch from 1a6ca06 to 9448ebc Compare April 22, 2022 11:58
@mzuzek mzuzek marked this pull request as ready for review April 22, 2022 12:17
@mzuzek mzuzek requested review from fnrizzi and mhoemmen April 22, 2022 12:17
@mzuzek mzuzek changed the title [WIP] Make conj_if_needed work with Kokkos::complex #173 Make conj_if_needed work with Kokkos::complex #173 Apr 22, 2022
@mzuzek mzuzek force-pushed the 173_refactor_conj-if-needed branch from 9448ebc to b594c2b Compare May 2, 2022 18:27
@mzuzek
Copy link
Author

mzuzek commented May 2, 2022

@mhoemmen @fnrizzi
I just rebased this PR on current main (without any other changes).
Would you see anything else to be fixed on added here ?

@mhoemmen mhoemmen merged commit 6febaa9 into kokkos:main May 3, 2022
@mzuzek mzuzek deleted the 173_refactor_conj-if-needed branch May 4, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Factor out conj_if_needed customization point
2 participants